home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u289.dms / in.adf / S / Startup-sequence
Encoding:
Text File  |  1992-07-26  |  843 b   |  55 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. addbuffers >NIL: df0: 15
  4. Failat 21
  5.  
  6. Resident >NIL: C:Execute PURE ADD
  7.  
  8. makedir ram:T ram:Clipboards ram:env ram:env/sys
  9. copy >NIL: ENVARC: ram:env all quiet noreq
  10.  
  11. assign ENV: ram:env
  12. assign T: ram:t ;set up T: directory for scripts
  13. assign CLIPS: ram:clipboards
  14. assign REXX: s:
  15.  
  16. endif
  17.  
  18. BindDrivers
  19.  
  20. setenv Workbench $Workbench
  21. setenv Kickstart $Kickstart
  22.  
  23.  
  24. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  25.  
  26. type CP
  27. MOUSEL
  28.  
  29. mount speak:
  30. mount aux:
  31. mount pipe:
  32. mount newcli
  33. mount L/newcon-handler
  34.  
  35.  
  36. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs add
  37. if exists sys:tools
  38.     path sys:tools add
  39.     if exists sys:tools/commodities
  40.         path sys:tools/commodities add
  41.     endif
  42. endif
  43.  
  44. else
  45. endif
  46.  
  47. if exists s:user-startup
  48.     execute s:user-startup
  49. endif
  50.  
  51. LoadWB
  52.  
  53. endcli >NIL:
  54.  
  55.